home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
batinnightmare.swf
/
scripts
/
frame_10
/
PlaceObject2_183_55
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
202 b
|
8 lines
onClipEvent(enterFrame){
xdis = _root.my._x - point.x;
ydis = _root.my._y - point.y;
radian = Math.atan2(xdis,ydis);
degree = radian / -0.017453292519943295;
_rotation = degree;
}